home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.008 < prev    next >
Encoding:
Text File  |  1996-02-12  |  27.8 KB  |  727 lines

  1. Frequently Asked Questions (FAQS);faqs.008
  2.  
  3.  
  4. QBasic* Interpreter code unchanged, preserving the investments of
  5. more than a million users worldwide.  New features can be
  6. incrementally added to Microsoft QuickBasic-based applications
  7. without restructuring existing code.
  8.  
  9. Microsoft Visual Basic for MS-DOS, Standard Edition
  10.     The Standard Edition is designed for hobbyists, engineers,
  11. students and other casual programmers who need an easy,
  12. productive means for creating compiled
  13. MS-DOS-based applications that are portable to and from
  14. Windows.  Features such as a form designer for drawing user
  15. interfaces, a multi-window, syntax checking code editor, rich
  16. debugging tools, and a Toolkit of commonly used dialog boxes give
  17. developers the ability to become productive quickly.
  18.     Learning to use Visual Basic for MS-DOS is made easy
  19. with sample applications, context-sensitive Help with extensive on-
  20. line sample code, and an on-line tutorial.
  21.  
  22. Microsoft Visual Basic for MS-DOS, Professional Edition
  23.     Microsoft Visual Basic for MS-DOS, Professional Edition,
  24. adds the speed, capacity and database access required by
  25. professional developers.  VARs, ISVs and software consultants
  26. working in both Windows and MS-DOS operating systems will find
  27. the additional power they need to quickly develop a wide range of
  28. full-featured, high-performance applications for MS-DOS.
  29.     In addition to all of the features in the Standard Edition, the
  30. Professional Edition includes the following tools and features:
  31.     *    386/486 Code Optimization.  Compiler option
  32.         generates code tuned for 386/486 microprocessors to
  33.         yield significant performance gains.
  34.     *    Integrated High-speed ISAM (Indexed Sequential
  35.         Access Method) database engine.  Provides fast and
  36.         easy access up to 128MB of data facilitating the
  37.         development of data-centric applications.
  38.     *    Microsoft Overlay Environment (MOVE)
  39.         technology.  Enables developers to write overlaid MS-
  40.         DOS-based applications that use up to 16MB of
  41.         overlaid code.  MOVE automatically takes advantage
  42.         of EMS/XMS memory if available or swaps to a disk if not.
  43.     *    Alternate Math Library.  Accelerates floating-point
  44.         math operations up to 300 percent when running on a
  45.         computer without a math co-processor.
  46.     *    Charting, On-line Help, Setup and Financial
  47.         Function Toolkits.  Provides tools and source code for
  48.         creating applications with charts, hypertext help and
  49.         custom setup programs.
  50.     *    Custom Control Development Kit.  Allows the
  51.         developer using Visual Basic for MS-DOS to build new
  52.         custom controls.  Contains complete documentation
  53.         and sample code for creating custom controls in C,
  54.         Assembly or Visual Basic itself.
  55.     *    Source Code Profiler.  Assists in performance tuning
  56.         by displaying program statistics such as length of time
  57.         to execute procedures and identifying the number of
  58.         times each procedure was called.
  59.  
  60. Extensibility Offers Programmers Wide Variety of Choices
  61.     Microsoft Visual Basic for Windows created a large third
  62. party market for add-on tools.  The unique extensibility mechanism
  63. in the Visual Basic programming system enables third-party
  64. developers to extend the Toolbox with additional pre-built
  65. components called custom controls.  Microsoft Visual Basic for
  66. MS-DOS offers similar extensibility through custom controls,
  67. database add-ons, utilities and libraries.  In addition, more than a
  68. dozen third party books have been announced supporting Visual
  69. Basic for MS-DOS.  A complete 48-page catalog of third party
  70. add-ons is included.
  71.  
  72. System Requirements, Pricing and Availability
  73.     The Standard Edition of Microsoft Visual Basic for MS-
  74. DOS requires a PC/XT or above with 640K memory and takes
  75. advantage of EMS/XMS memory if present.  The suggested retail
  76. price is $199.  Microsoft QuickBasic, Basic PDS, Visual Basic for
  77. Windows and Borland* language users may acquire it at a special
  78. price of $99.  Students and educators can get the single-user
  79. packages for $49.95 and 10 packs for $199.
  80.     The Professional Edition requires a PC/XT or above with
  81. 640K memory, with an additional 1MB of EMS/XMS memory
  82. recommended.  The suggested retail price is $495.  Microsoft
  83. QuickBasic, Basic PDS, Visual Basic for Windows and Borland
  84. language users may purchase at a special price of $199.
  85.     Microsoft Visual Basic for MS-DOS, Standard and
  86. Professional Editions are scheduled to be available in early
  87. September.  In addition, French and German versions will be
  88. available simultaneously, with Italian and Japanese versions
  89. available later this year.
  90.     Microsoft Corporation (NASDAQ MSFT) is the worldwide
  91. leader in software for personal computers.  The company offers a
  92. wide range of product and services for business and personal use,
  93. each designed with the mission of making it easier and more
  94. enjoyable for people to take advantage of the full power of personal
  95. computing every day.
  96.  
  97.             #########
  98. Microsoft and MS-DOS are registered trademarks and Microsoft Quick
  99. Basic, QBasic, Visual Basic and Windows are trademarks of Microsoft
  100. Corporation.
  101. Borland is a registered trademark of Borland International, Inc.
  102.  
  103. All prices are U.S. suggested retail prices.  Reseller prices may vary.
  104.  
  105.  
  106. [1.4] How do I program the mouse in QuickBASIC?
  107.  
  108.   Mouse support comes standard with the Microsoft BASIC PDS (see [4]).
  109. For $25, Microsoft sells a Microsoft Mouse developer's kit than
  110. includes documentation and a library for QuickBASIC to write
  111. mouse-aware programs.  Contact Microsoft for details.  I don't know
  112. about other companies' mouses, but chances are if you contact the
  113. vendor's tech support line, they will be able to tell you.
  114.  
  115. From: boutell@isis.cshl.org (Tom Boutell)
  116. >
  117. >- Those wishing to program the mouse without giving Microsoft $$$ will
  118. >probably want to check out the exhaustive list of DOS interrupt
  119. >routines available on the net (from simtel among other places), which
  120. >includes information on accessing the mouse interrupts, which really
  121. >aren't that complicated. (Since QuickBASIC has interrupt call functions
  122. >this interface is adequate.)
  123.  
  124. [1.5] What are the differences between PDS 7.1, VB/DOS, and VB/DOS Pro?
  125.  
  126. (Note: the following is my summary of extracts from several of Steve
  127. Podradchik's postings in this group.  I would appreciate any
  128. corrections if I have made mistakes.  Please consider this portion to
  129. be in 'first draft' state, and don't trust it blindly...)
  130.  
  131. VB/DOS is mostly a superset of PDS 7.1, with everything PDS has, plus:
  132.  - VB/DOS is the first Microsoft compiler with 386 code generation.
  133.  - OPTION EXPLICIT tells VB/DOS not to allow undeclared variables, so
  134. every variable must be DIMed before use.  You can mix OPTION EXPLICIT
  135. and old style modules in the same program.
  136.  - VB/DOS uses far strings only, which helps alleviate the 64Kb DGROUP
  137. limitation on string size.  String literals in the code are also
  138. stored in far space.  According to Microsoft's testing, there is
  139. little or no performance penalty.
  140.  - The forms, events, controls, etc. from VB/Win are available in
  141. VB/DOS.  You can write programs that mix VB/Win style event code an
  142. QB/PDS style procedural code.
  143.  
  144. VB/DOS Pro has the following advantages over VB/DOS standard:
  145.  - Code optimization for 286 and 386/486 processors, and much faster
  146. floating point emulation code for machines without a coprocessor.  In
  147. general, VB/DOS compiled executables are faster than those produced by
  148. the standard version.
  149.  - VB/DOS Pro uses Microsoft's MOVE dynamic overlay system, the same
  150. as that used in MS C/C++ 7.0.  MOVE can keep multiple overlay segments
  151. in memory simultaneously, for better capacity.
  152.  - The Integrated ISAM database engine is in PDS and VB/DOS Pro, but
  153. not in VB/DOS standard.  VB/DOS Pro also comes with a variety of other
  154. toolkits, libraries, and utilities:
  155.    CodeView debugger, and MS Source Code Profiler
  156.    Charting toolkit based on MS Excel
  157.    Font toolkit with Bitstream fonts
  158.    Help toolkit and Setup toolkit
  159.    Matrix math
  160.    more?
  161.  
  162. Finally, VB/DOS is lacking one thing PDS had: OS/2 support.
  163.  
  164. ----------
  165.  
  166. PC General Questions
  167.  
  168. [2.1] Whatever happened to Turbo BASIC?
  169.  
  170. From: corbier@weird.miami.fl.us (Daniel Corbier)
  171. >
  172. >Borland discontinued their Turbo Basic, and returned the copyright
  173. >back to the author, who in turn added all the features BASIC
  174. >programmers always wanted, then named it PowerBASIC.  The first
  175. >thing you'll notice when switching from Turbo Basic is the
  176. >dramatic increase in spead (they use a special procedural method
  177. >for floating point).
  178. >
  179. >Among many other things, here are features that I find usefull:
  180. >
  181. >- COM 1-4 support w/ baud rates up to 115200
  182. >- ASCII function, similar to ASC, but accepts null strings
  183. >- Errorlevels can be returned to DOS with: END number
  184. >- No annoying "Redo from start error" for the INPUT command
  185. >- DIR$(mask$,[attribute]) to retrieve filenames
  186. >- CHR$ accepts multiple values.  Like CHR$(125,132,15,29)
  187. >- PEEK$/POKE$ up to 32K of data.  Works instantly, extremely useful
  188. >- Built in ARRAY operations:  sort, scan, insert, delete w/
  189. >  optional tagging & collating
  190. >- Additional string commands like: VERIFY, USING$, TALLY,
  191. >  RPELACE, REPEAT$, REMOVE$, EXTRACT$, MAX$, MIN$, HEX$, OCT$, ...
  192. >- Library striping for making .EXE as small as possible
  193. >- INSTR is extended to allow search of sets of characters
  194. >- Additional math functions like:  LOG2, LOG10, MIN/MAX, EXP2, ...
  195. >- INCR & DECR for speedy incrementation.  INCR x, instead of x=x+1
  196. >- You can specify a complete 20-bit address for BLOAD/BSAVE
  197. >- Support for 64-bit integers and binary coded decimals
  198. >- A very good debugger is built-in to the IDE (something TB didn't have)
  199. >- Unlimited string space
  200. >- Link .OBJ files
  201. >- You can compile for 286/80x87 and many other compiler options
  202.  
  203. From: leonard@qiclab.scn.rain.com (Leonard Erickson)
  204. >
  205. >Oh yeah, Spectra *still* offers cheap upgrades for Turbo Basic owners!
  206. >I'm about to do it myself, as I already have TB, and PB is supposed
  207. >to be QuickBasic compatible.
  208.  
  209. [2.2] How can I write TSRs in BASIC?
  210.  
  211. PowerBASIC allegedly has support for TSRs built-in, so check that out.
  212. I've never used PowerBASIC so I don't know how it works.  If you want
  213. to stick to QuickBASIC, there are third party libraries that will let
  214. you write TSRs:
  215.   PDQ from Crescent Software, and Stay-Res Plus from MicroHelp.
  216.  
  217. From: george@beta.ee.ufl.edu (George L)
  218. >Not to undermine PowerBasic, but I noticed that Programmers Paradise sells
  219. >a program called Stay-Res Plus from MicroHelp Inc. that claims to work on:
  220. >
  221. >"Any stanalone BASIC programs that doesn't require the /D, /V, or /W
  222. >compiler sitches can be made memory resident in as little as 4K of DOS memory.
  223. >The balance is swapped to a disk file or EMS memory." and so on ...
  224. >
  225. >Don't know anything about it, just passing information along.
  226.  
  227. From: Paul.Leonard@p111.f48.n105.z1.therose.fidonet.org (Paul Leonard)
  228. Subject: TSRs in QB45
  229. >
  230. >This question comes up pretty regularly on the Fidonet QUIK_BAS echo - the
  231. >usual reply is that there is no direct support for such an application, but
  232. >there are a few add-on libraries from third-party vendors that add these
  233. >functions.  The only one i can remember is PDQ from Crescent Software.
  234. >
  235. >From a message dated Jan. '92:
  236. >
  237. >======
  238. >[stuff deleted]
  239. >
  240. >3) Call Crescent software and order PDQ, which is a replacement
  241. >library for QuickBASIC's runtime library... it makes smaller EXE's, adds
  242. >some new keywords that work better/faster than QB's, and also adds TSR
  243. >capability to your programming. It costs $149 from Crescent, or $115
  244. >from Programmer's paradise
  245. >
  246. >CRESCENT:(203) 438-5300
  247. >PROGRAMMER'S PARADISE: (800) 445-7899
  248. >
  249. >When ordering from somebody besides CRESCENT, make sure you verify which
  250. >version is being shipped.  Current PDQ version is 3.0
  251. >
  252. >[stuff deleted]
  253. >======
  254. >
  255. >I've never seen or used this library, so i can't recommend it, but its name
  256. >comes up so often in reply to TSR questions that it must doing what it
  257. >advertises.  :)
  258.  
  259. ----------
  260.  
  261. Other Platforms
  262.  
  263. [3.1] What is available for the Macintosh?
  264.  
  265. The most well known is Microsoft QuickBASIC for the Mac, which is very
  266. different from the PC product, and makes no claims of compatibility.
  267. For example, identical keywords may have completely different
  268. meanings.  In addition to QB for the Mac, you might also look into
  269. ZBASIC / Future BASIC from ZEDCOR.  Ariel Publishing puts out a Mac
  270. oriented periodical called Inside BASIC.  For more information go to
  271. the "Addresses & Phone Numbers" section below.
  272.  
  273. [3.2] TrueBASIC
  274.  
  275. True BASIC is platform independent with Mac, PC, Amiga, Atari
  276. (and maybe more) versions. They now sell a $15 student version
  277. with a limitation on program size (plenty for classroom use).
  278. See appendix A for contact information.
  279.  
  280. [3.3] Is there BASIC on Unix platforms?
  281.  
  282. There is a QuickBASIC compiler for Unix by a company called Basmark.
  283. They should send you their blurb if you phone or fax them:
  284.  Tel : (216) 621-7650    Fax : (216) 621-7652
  285.  
  286. According to Alex Matulich <alex@bilver.uucp>, HP offers a BASIC for
  287. for HP-UX, its version of Unix.  I work on HP-UX machines and have
  288. never heard of this, so apparently we don't have it here.  Can anyone
  289. confirm the existence of this BASIC and give any details?
  290.  
  291. In addition, Business Basic eXtended (bbx) will run on Unix.
  292. See below.
  293.  
  294. [3.4] Business BASIC
  295.  
  296. Business BASIC is a variant of BASIC that actually preceeds the
  297. microcomputer BASICs, and hasn't borrowed much from then.  This allows
  298. software to be written in a manner that is compatible across hardware
  299. platforms and operating systems.  Versions of Business Basic run on a
  300. variety of Unix, DOS, VMS, and perhaps other platforms.  (Somebody
  301. want to supply me with a complete list?)
  302.  
  303. Business Basic is put out by Basis International, which is on the net.
  304. Russ Kepler has identified himself as VP of Engineering, and given us
  305. his email address: <russ@bbx.basis.com>  He also included a phone
  306. number, but I'm not sure if it's his home number, so I'm not including
  307. it (yet).  The entire company, including technical support, can be
  308. reached by email.
  309.  
  310. ----------
  311.  
  312. [A] Addresses and Phone Numbers:
  313.  
  314. From: kmorriso@nike.calpoly.edu (Kent E Morrison)
  315. >
  316. >True BASIC, Inc.
  317. >12 Commerce Avenue
  318. >West Lebanon, NH 03784 USA
  319. >
  320. >1-800-TR-BASIC  Sales and orders
  321. >1-603-298-7015  Fax
  322. >1-603-298-8517  Customer support
  323.  
  324. From: Daryl Clarke <daryl@garfield.cs.mun.ca>
  325. >
  326. >Crescent Software
  327. >11 Bailey Avenue
  328. >Ridgefield, CT  06877
  329. >
  330. >(800) 35 BASIC orders
  331. >(203) 438 5300 tech
  332.  
  333. From: Paul.Leonard@p111.f48.n105.z1.therose.fidonet.org (Paul Leonard)
  334. >
  335. >CRESCENT:(203) 438-5300
  336. >
  337. >              CRESCENT SOFTWARE
  338. >              32 SEVENTY ACRES
  339. >              WEST REDDING CT 06896
  340.  
  341. From: growe@ctp.com (Geoffrey Rowell)
  342. >
  343. >CRESCENT SOFTWARE, INC.
  344. >11 Bailey Avenue
  345. >Ridgefield, CT 06877
  346. >Phone: (203)438-5300
  347. >Orders Only: 800-35-BASIC
  348. >FAX: (203)431-4626
  349. >Support BBS: (203)426-5958
  350. >Compuserve: 72657,3070
  351. >
  352. >MICROHELP, INC.
  353. >4636 Huntridge Drive
  354. >Roswell, GA 30075
  355. >Phone & Orders: 800-922-3383
  356. >(In Georgia: (404)594-1185)
  357. >FAX: (404)594-9629
  358.  
  359. From: corbier@weird.miami.fl.us (Daniel Corbier)
  360. >
  361. >PowerBASIC BBS:  813-625-1721
  362. >Tech Support:    813-625-1172
  363. >CIS:  71530,2640 (Internet 71530.2640@compuserve.com   talk to Lloyd Smith)
  364. >
  365. >You can ask them to send you the free demo PBLITE.  You can get your
  366. >copy from Dustin Discount:  1-800-274-6611 or 1-818-710-9174
  367. >
  368. >Be sure to tell them that you heard about it on Internet.
  369.  
  370. From: edwards@andy.bgsu.edu (Bruce Edwards)
  371. >
  372. >ZEDCOR
  373. >ZBasic / FutureBasic
  374. >602-795-3996 (tech support)
  375. >
  376. >Staz Software PG:PRO
  377. >443 Yacht Club Drive / Suite 1008
  378. >Bay St. Louis, MS 39520
  379. >601-255-7805
  380. >
  381. >McZ Ariel Publishing
  382. >P.O. Box 398
  383. >Pateros, WA 98846
  384. >(509) 923-2249
  385. >Tamara Lambert
  386. >Subscription Services
  387.  
  388. ----------
  389.  
  390. [B] Periodicals
  391.  
  392. From: hlr@aber.ac.uk (Hazel Marie Davey)
  393. >
  394. >In the UK there is a publication called "BASIC MAGAZINE".
  395. >
  396. >It is available by mail-order subscription only and costs 35 pounds
  397. >a year or 50 pounds for two years.
  398. >
  399. >Basic Magazine,
  400. >FREEPOST,
  401. >PO Box 388,
  402. >Tring,
  403. >Herts.,
  404. >HP23 4EB
  405. >ENGLAND
  406. >
  407. >Tel. 0442 824501
  408. >
  409. >Issue 1 came out in April this year and it is published bi-monthly.
  410.  
  411. From: keithp@halcyon.com (Keith Pleas)
  412. >
  413. >    BasicPro
  414. >    Fawcette Technical Publications
  415. >    299 California Avenue, Suite 120
  416. >    Palo Alto, CA  94306-1912
  417. >    (800)685-2405
  418. >    (415)688-1808
  419. >    MCI: JFawcette
  420. >    CompuServe: 73030,3334
  421. >This is *the* magazine for Microsoft Basics.  The contributing editors
  422. >include Ethan Winer (Crescent) and Mark Novisoff (MicroHelp).
  423. >
  424. >    Windows Tech Journal
  425. >    Oakley Publishing Co.
  426. >    150 N. Fourth St.
  427. >    Springfield, OR  97477
  428. >    (800)234-0386
  429. >    (503)747-0800
  430. >    CompuServe: 76701,32
  431. >This is a new (this year) magazine that focuses on Windows programming
  432. >(obviously), but specializes on the higher level stuff (particularly VB).
  433. >I'm a little biased (I've had two articles this year: DDE, which included
  434. >a VB string prototyping applet, and Excel), but you should probably
  435. >check it out.  Also, the big VB contest that MS is sponsoring for
  436. >Fall Comdex is being handled (and judged) by WTJ.
  437.  
  438. ----------
  439.  
  440. [C] Notes from the FAQ author
  441.  
  442. This one took me a lot longer to compile than I had expected, with all
  443. the new questions and answers about VB/DOS.  I'm still somewhat
  444. confused myself.  The Microsoft section [1.x] needs a total rewrite
  445. and reorganization, but I'm going to wait until things settle down.
  446. In the meantime, I'm doubling the Expires: time on my FAQ postings to
  447. two months to compensate for the fact that I always seem to be a few
  448. days late in posting.  I still intend to post at the beginning of each
  449. month, and Supersedes: headers will take care of the old FAQ.
  450.  
  451. On another note, I asked Steve Podradchik if he was representing
  452. Microsoft officially, and this is the email I got in response.
  453.  
  454. >From: stevepo@microsoft.com
  455. >To: cos@chaos.cs.brandeis.edu
  456. >Date: Wed, 30 Sep 92 11:15:46 PDT
  457. >
  458. >I was speaking in an official capacity for VB/DOS.  I do not represent
  459. >Microsoft as a whole but I speak to the press and other groups frequently
  460. >in regard to VB/DOS.
  461. >
  462. >Thanks, Steve Podradchik, Product Manager, Microsoft VB for MS-DOS
  463.  
  464.   --  Cos (Ofer Inbar)  --  cos@chaos.cs.brandeis.edu
  465.   --  WBRS (BRiS)  --  WBRS@binah.cc.brandeis.edu  WBRS@brandeis.bitnet
  466.  FidoNet: Ofer Inbar on 1:101/310  --  Ofer.Inbar@f310.n101.z1.fidonet.org
  467.  The Boston Computer Society IBM PC User Group TBBS, (617) 332-5584
  468. Xref: bloom-picayune.mit.edu soc.bi:16259 soc.motss:119853 news.answers:4304
  469. Newsgroups: soc.bi,soc.motss,news.answers
  470. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!spool.mu.edu!nigel.msen.com!caen!uunet!think.com!paperboy.osf.org!alan
  471. From: alan@osf.org (Alan Hamilton)
  472. Subject: Bisexual Resource List (monthly posting)
  473. Message-ID: <1992Dec1.065210.25866@osf.org>
  474. Followup-To: poster
  475. Summary: Resources for and about bisexual people.
  476. Sender: news@osf.org (USENET News System)
  477. Reply-To: alan@osf.org (Alan Hamilton)
  478. Organization: Open Software Foundation
  479. Mailing-Lists: Bisexu-L,BiAct-L,BiFem-L
  480. Date: Tue, 1 Dec 1992 06:52:10 GMT
  481. Approved: news-answers-request@MIT.Edu
  482. Lines: 509
  483.  
  484. Archive-name: bisexual-resources
  485.  
  486.             Bisexual Resource List
  487.  
  488. | This compilation of resources useful to Bisexuals is posted monthly
  489. | to newsgroups soc.bi, soc.motss, and news.answers, and to mailing
  490. lists biact-l, bisexu-l, and bifem-l.
  491.  
  492. Additions and changes since the last-published version are marked with
  493. a bar (|) in the left column.  Deletions (which will not appear in the
  494. next version) are marked with a less-than (<) in the left column.
  495.  
  496. Please send dates of Pride Day (or nearest approximation) for all
  497. locations you know about.
  498.  
  499. If you or anyone you know makes a media appearance of any sort
  500. | (newspaper, magagazine, radio, television, etc.) as a
  501. bisexual-identified person, please be sure to send a copy to the
  502. | Bisexual Archives, c/o the East Coast Bisexual Network, Inc. (ECBN).
  503.  
  504. Please help eradicate US-centrism in this resource list.  Please point
  505. out listings which leave out the country, or otherwise assume that the
  506. world revolves around the US.  For a description of some geographic
  507. entities which are sometimes confused, send mail to alan@osf.org.
  508.  
  509. In price listings, "waged" means that you have a job; "unwaged" or
  510. "concessions" means that you're unemployed, at school or university,
  511. retired, etc.
  512.  
  513. | All posts to news.answers are archived, and it is possible to retrieve
  514. | the last posted copy via anonymous FTP from pit-manager.mit.edu in
  515. | /pub/usenet/news.answers/bisexual-resources.  Those without FTP access
  516. | may send e-mail to mail-server@rtfm.mit.edu with "send
  517. | usenet/news.answers/finding-sources" in the body to find out how to
  518. | get files from pit-manager by e-mail.
  519.  
  520. | Please send additions and corrections and suggestions to Alan Hamilton
  521. | at alan@osf.org or c/o ECBN, 95 Berkeley Street #613, Boston,
  522. | Massachusetts 02116, USA, including requests to have your email
  523. | address listed in the BISEXUAL ACTIVISTS EMAIL ADDRESSES section.  You
  524. | may order a hard copy from for US$5.00 from ECBN.
  525.  
  526.  
  527.  
  528. CALENDAR
  529.  
  530.   1992 Dec        Time to renew subscriptions to newsletters!
  531.   1993 (need date)    Lesbian, Gay, Bi & Transgender Studies Conference,
  532.             San Francisco, U.S.  Contact Karen Gallaghar,
  533.             194 Douglass Street, San Francisco, California
  534.             94114, USA.  415-626-3017.
  535.   1993 Apr 23        BiNet/USA Annual Meeting, Washington, DC, USA.
  536.   1993 Apr 24        US national bisexual conference, Washington, DC, USA.
  537.   1993 Apr 25        Washington, DC, US: National March on Washington.
  538.   1993 summer        Britain's 11th annual conference.
  539.   1993 Jun 17-25    Gay Games IV
  540.   1993 Dec        Time to renew subscriptions to newsletters!
  541. | 1994 Jun 25        International Bisexual Conference in New York.
  542.   1994 Jun 26        Stonewall 25: International March on the United
  543.             Nations to Affirm the Human Rights of Lesbian and Gay
  544.             People.
  545.  
  546.  
  547.  
  548. OTHER RESOURCE LISTS
  549.  
  550. Bibliography of books by and/or about bisexual people and issues.
  551. Developed by Lambda Rising Bookstore, Washington, District of
  552. Columbia, USA.  Send US$5 to ECBN, POB 639, Cambridge, Massachusetts
  553. 02140, USA.
  554.  
  555. _International Directory of Bisexual Groups_, April 1992 edition
  556. published by the East Coast Bisexual Network.  Send US$5 to ECBN, POB
  557. 639, Cambridge, Massachusetts 02140, USA.
  558.  
  559. The Bisexual Archives, available for use by appointment with ECBN,
  560. POB 639, Cambridge, Massachusetts 02140, USA.
  561.  
  562. List of organizations who either have a "sexual orientation" clause
  563. as part of policy or are subject to laws relating to "sexual orientation".
  564. Requests, corrections and contributions to larry@bradley.bradley.edu.
  565.  
  566. Annotated list of Bisexuality in Science Fiction, Fantasy and Other
  567. Fiction.  Requests, corrections and contributions to daveb@harlequin.co.uk
  568. (Dave Berry).
  569.  
  570. List of shows which included regular, semi-regular or recurring/
  571. occasional gay, lesbian or bisexual characters.  Requests, corrections
  572. and contributions to wyatt@ccu.umanitoba.ca .
  573.  
  574. List of books with bisexual themes and/or characters.  Requests,
  575. corrections and contributions to jhm%hourglas@tronsbox.xei.com .
  576.  
  577. Bisexuality in Literature: A Preliminary Checklist.  Requests,
  578. additions, and corrections to M. S. Montgomery, PO Box 1189,
  579. Princeton, New Jersey 08542, US, or michael@pucc.princeton.edu.
  580.  
  581.  
  582.  
  583.         CORRECTIONS AND ADDITIONS to the
  584.       _International Directory of Bisexual Groups_
  585.               April 1992 edition
  586.  
  587. | Australia
  588. | Macquarie University, Sidney, Bisexual/Lesbian/Gay Group.
  589. | Phone: Tim Davis 61-2-805-7629 or 61-2-805-7633(fax).
  590.  
  591. Finland
  592. Bi Group, c/o SETA, PL 55, 00531 Helsinki, Finland.  Phone:
  593. | +358-0-135-8302, +358-0-135-8305(fax).  email: leisti@cc.helsinki.fi
  594.  
  595. United States / Arkansas
  596. Bisexual, Gay, Lesbian Activist Delegation, Fayetteville, Arkansas.
  597. (contact information needed - reference seen in the Blade by Michael Beer)
  598.  
  599. United States / California / Bay Area
  600. Bisexual Politics (BiPOL).  Email: wet!bipol@cca.ucsf.edu.
  601.  
  602. United States / Minnesota
  603. Bi Women and Friends.  Phone: Deb (612)825-1943, Kristin (612)644-1698.
  604.  
  605. United States / Minnesota
  606. Bisexual Women's Social Group.  Potluck format.  Joint events with men
  607. by invitation only.  Minneapolis, Minnesota, USA.
  608. | contact information needed.
  609.  
  610. United States / Minnesota
  611. Brian Coyle, Minneapolis D.F.L. Caucus for G/L/Bi/Tg People, their
  612. Families and Friends.  Phone: Marie Hanson (612)722-5673 or Wally Swan
  613. (612)338-0209.
  614.  
  615. United States / Minnesota
  616. | The previous issue of this list stated that all Minnesota numbers
  617. | should be Area Code 507 instead of Area Code 612.  This is not true.
  618. | Look at each entry for the correct Area Code.
  619.  
  620. United States / Minnesota
  621. Philips G/L/Tg/Ts/Bi Organization.  Phone: Rand (612)872-2241 or Tom
  622. (612)871-8410.
  623.  
  624. United States / Minnesota
  625. Quatrefoil Library, 1619 Dayton Avenue, St. Paul, Minnesota 55104,
  626. USA.  Phone: (612)641-0969.  Serving L/G/Bi/Tgs.  Books, videos,
  627. tapes, games, periodicals, extensive archives.
  628.  
  629. United States / Minnesota / Interest Group
  630. Front Runners/Walkers of MSP.  Outdoor walking/running group.  Phone:
  631. Judy (612)293-0465 or Greg (612)724-2111.
  632.  
  633. United States / Minnesota / Interest Group
  634. Minnesota Leather Den Women's group.  Phone: Sheila (612)292-0542.
  635.  
  636. United States / Minnesota / Youth
  637. G/L/Bi Youth, ages 15-19 only.  Phone: (612)774-9507 or (612)648-2275.
  638.  
  639. United States / Minnesota
  640. Humphrey Institute L/G/Bi Caucus, HHH Institue of Public Affairs,
  641. University of Minnesota, Minneapolis, Minnesota 55455, USA.  Phone:
  642. (612)339-4161.
  643.  
  644. United States / Minnesota
  645. | St. Cloud State University: Bisexuals United, St. Cloud University,
  646. | St. Cloud, Minnesota 56301, USA.  Phone: not known.
  647.  
  648. United States / Minnesota
  649. | University of Minnesota, Minneapolis: University Bi Community
  650. | International, Community of Color L/G/Bi, Friends Group, Association
  651. | of L/G&Bi Student Organizations.  c/o Association of L/G/Bi Students,
  652. | 230-A Coffman Union, 300 Washington Avenue, SE, Minneapolis, Minnesota
  653. | 55455, USA.  Phone: (612)626-2344.
  654.  
  655. United States / Minnesota
  656. University of Minnesota, Minneapolis: Progressive Student Organization
  657. G/L/Bi Caucus, 235 Coffman Union, Minneapolis, Minnesota 55455, USA.
  658. Phone: (612)626-7099.
  659.  
  660. United States / Missouri
  661. Bi The Way bisexual support group.  Meets Thursday nights at the Bosom
  662. of Ishtar bookstore, 10th & Walnut Sts, Columbia, Missouri 65201, USA.
  663. A related political action group, BAM, meets biweekly mondays next
  664. door at Mixed Company coffee-house.  Phone: 314-875-1263.  Email:
  665. c556475@mizzou1.missouri.edu .
  666.  
  667. | United States / New Jersey
  668. | Bisexuals Achieving Solidarity (BIAS), 140 Montgomery St., Apt 1D,
  669. | Highland Park, New Jersey 08904, USA.  Phone: 908-246-5977.  Meets
  670. | regularly at or near Rutgers University on Tuesdays.
  671.  
  672. United States / New Jersey
  673. | Bisexual Network / New Jersey (BNNJ), meeting times have changed.
  674.  
  675. United States / New York City
  676. Friends for Lesbian Gay Bisexual Concerns, (more info due from Michael Beer)
  677.  
  678. United States / New York City
  679. NY Area Bisexual Network phone: 212-459-4784.
  680.  
  681. | United States / New York City
  682. | New York City Bisexual Alcoholics Anonymous Meeting phone: 212-459-4784.
  683.  
  684. United States / North Carolina
  685. East Carolina University, Bisexual, Gay, & Lesbian Alliance.
  686. Postal code is 27835.
  687.  
  688. United States / Texas
  689. Bi-Net [co-ed group], P.O. Box 190712, Dallas, Texas 95219.  Phone
  690. 214-504-6612.
  691.  
  692. United States / Washington, DC
  693. The BiNETWORK of the Virginia, Maryland, Washington DC Area,
  694. P.O. Box 3646, Langley Park, MD 20787.
  695.  
  696. United States / Washington, DC
  697. Northern Virginia (NOVA) Bi Social.  Phone 703-FLY-TROT.
  698.  
  699. United States / Washington, DC
  700. BiCentrist Alliance.  _The BiCentrist_ newsletter US$7/year.
  701.  
  702. US Regional
  703. Democratic Socialists of America Lesbian/Gay/Bisexual Commission.
  704. e-mail: DSA-LGB-request@midway.uchicago.edu
  705.  
  706. US Regional
  707. Networking Group for Lesbian, Gay, and Bisexual Concerns (NGLGLBC).
  708. A professional association within the American Occupational Therapy
  709. Association.  (Contact info to come, from Michael Beer.)
  710.  
  711.  
  712.  
  713. COMPUTER CONNECTIONS
  714.  
  715. BiAct-L (bisexual activists) mailing list.  Send mail to Elaine
  716. Brennan <EL406010@brownvm.brown.edu> to be added to (or removed from)
  717. the mailing list.  Directions for posting to the list will be
  718. sent to you when you are added to the list.
  719.  
  720. BiFem-L mailing list for Bi women and Bi-friendly women.  To
  721. subscribe, send a message to listserv@brownvm.brown.edu with no
  722. subject line and the following message body:
  723.  SUBSCRIBE BIFEM-L *your full name*
  724. You will receive an acknowledgement of your message, and will later
  725. receive a message welcoming you to the list and explaining how to
  726. post messages.  The list volume is 45-50 messages per day.
  727.